@charset "utf-8";
@font-face {
	font-family: 'font1';
	src: url('../font/politicaregular.ttf');
}

@font-face {
	font-family: 'font2';
	src: url('../font/Oswald-Medium.ttf');
}

@font-face {
	font-family: 'font3';
	src: url('../font/akrobat-regular.ttf');
}

@font-face {
	font-family: 'font4';
	src: url('../font/Oswald-ExtraLight.ttf');
}

@font-face {
	font-family: 'font5';
	src: url('../font/AgencyFB.ttf');
}

/* CSS Document */

html {
	color: #333;
	background: #fff
}

* {
	transition: all 0.3s ease-in-out;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
a,
strong,
span,
p,
dl,
dt,
dd,
input,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}

.w-100 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.w-1260 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1260px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 55px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-120 {
	margin-top: 100px;
}

.t-align-c {
	text-align: center;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.padding0 {
	padding: 0px;
}

.padding3 {
	padding: 0 3px;
}

.padding8 {
	padding: 0 8px;
}

.padding-8 {
	padding-right: 3px;
	padding-left: 3px;
}

.padding-15 {
	padding: 0 -15px !important;
}

.padding3-sm {
	padding: 0 3px;
}

.padding-r-0 {
	padding-right: 0px;
}

.padding-5-xs {}

.padding15 {
	padding: 15px;
}

.padding0-sm15 {
	padding: 0px;
}

.padding15-8 {
	padding: 15;
}

.case-padding {
	padding: 5px;
}

#w-70 {
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
}

#w-80 {
	margin: 0 auto;
	width: 80%;
	/* overflow: hidden; */
}

#w-90 {
	margin: 0 auto;
	width: 90%;
	/* overflow: hidden; */
}
#w-top{
	margin: 0 auto;
	width: 90%;
}

#w-1260 {
	margin: 0 auto;
	width: 1260px;
	overflow: hidden;
}

#w-1260-1 {
	margin: 0 auto;
	width: 1260px;
}

#pro-w {
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
}

.p-img {
	width: 100%;
}

/*===================top====================*/
.h-logo img{margin-left: 25px;}

/*导航*/

.pc-menu-bg {
	paading: 15px 0px;
	border-top: 1px solid #567184;
	border-bottom: 1px solid #567184;
	width: 100%;
	height: auto;
}

.header-nav {
	padding: 8px 0px;
	position: relative;
	z-index: 11111111;
	text-align: center;
}

.header-nav .nav-list {
	text-align: center;
}

.header-nav .nav-list>li {
	/*float:left;*/
	padding: 7px 26px;
	position: relative;
	display: inline-block;
	border-radius: 5px;
}

.header-nav .nav-list>li:hover {
	background-color: #0a69db;
	color: #fff;
}

.header-nav .nav-list>li>a {
	padding: 0 18px;
	font-size: 16px;
	position: relative;
	color: #fff;
}

.header-nav .nav-list>li:hover a {
	color: #fff;
}

/* .header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#f6ff00;} */
.header-nav li.active {
	background-color: #0a69db;
}

.header-nav li.active a {
	color: #fff;
}

.header-nav .nav-list>li>a:after {
	content: '';
	position: absolute;
	/* bottom: -58px;
	width: 0px;
	height: 5px;
	background-color: #174fa2;
	left: 18%;
	margin-top: -5px; */
	/*margin-left:25px;*/
	transition: all 0.3s ease-in-out;
}

.header-nav .nav-list>li:hover>a:after,
.header-nav .nav-list>li.active>a:after {
	/* width: 60px; */
}

.header-nav .nav-list>li:last-child>a:after {
	/* display: none; */
}

.header-nav .header-contact {
	margin-top: 32px;
	no-repeat left center;
	padding-left: 42px;
}

.header-nav .header-contact>p {
	color: #444;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}

.header-nav .header-contact>.fr p:first-child {
	font-size: 12px;
	color: #bbb;
	line-height: 12px;
}

.top-icon {
	width: 12px;
	height: 12px;
	position: absolute;
	margin-left: -18px;
	vertical-align: middle;
	margin-top: 6px;
}

.icon-follow {
	background: url("img/top_icons2.png") no-repeat left center;
}

.icon-global {
	background: url("img/top_icons3.png") no-repeat left center;
}

.dropdown-menu {
	border-radius: 0;
	margin-top: 2px;
	margin-left: 0px;
	border-top-color: #ddd;
	min-width: auto;
	display: block;
	display: none\9;
	display: block\9\0;
	-webkit-transform: scale(1.2, 0);
	transform: scale(1.2, 0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	-webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	padding: 17px 26px;
}

.dropdown-menu>li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu>li>a {
	padding: 5px 17px;
	font-size: 14px;
	line-height: 28px;
	color: #333 !important;
}

.dropdown-menu>li>a:hover {
	color: #fff !important;
	background-color: #0a6adb;
}


.dropdown-active {
	display: block\9;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.chanpin_list_wrap {
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 97px;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 22px;
}

.chanpin_list_wrap .chanpin_list {
	/* margin:0 15px; */
	text-align: center;
}

.chanpin_list_wrap .chanpin_list h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.chanpin_list_wrap ul {
	padding-left: 0;
}

.chanpin_list_wrap ul li {
	line-height: 24px;
}

.chanpin_list_wrap ul li .pro_list_item a {
	color: #999;
	font-size: 14px;
	margin: 0 10px 14px;
	line-height: 14px;
	display: inline-block;
}

.chanpin_list_wrap ul li .pro_list_item a.active {
	color: #FF9900
}

.chanpin_list_wrap li span {
	color: #3671CF;
	width: 80px;
	border-right: 1px solid #e4e4e4;
	line-height: 14px;
	margin-right: 15px;
	float: left;
}

.chanpin_list_wrap li a {
	color: #777;
}

.chanpin_list_wrap li a:hover {
	color: #f90;
}

.chanpin_list_wrap li span>a {
	color: inherit;
}

.chanpin_list_wrap li span>a:hover {
	color: inherit;
}

.chanpin_list_wrap .pro_list_item {
	overflow: hidden;
}

.hide {
	display: none;
}

/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}
/*====================top====================*/
.top-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 11111111;
	width: 100%;
}

.top-tit {
	padding: 15px 0px;
	overflow: hidden;
}

.top-logo {
	float: left;
	width: 60%;
}

.h-logo {
	float: left;
}

.h-company {
	/*display: inline-block;*/
	float: left;
	margin: 10px 15px 0px 15px;
	border-right: 1px solid #fff;

}

.h-company h1 {
	padding-right: 15px;
	display: block;
	padding-bottom: 8px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.h-company p {
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.h-tfanwei {
	display: inline-block;
	padding-left: 10px;
}

.h-tfanwei p {
	font-size: 22px;
	color: #fff;
	line-height: 170%;
}

.h-tfanwei p strong {
	font-size: 35px;
	color: #fff000;
	font-weight: bold;
	letter-spacing: 4px;
}

.h-tphone {
	float: right;
	width: 20%;
}

.h-tphone .tua {
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}

.h-tphone .zia {
	display: block;
	font-size: 17px;
	color: #fff;
}

.h-tphone .zib {
	display: block;
	font-size: 30px;
	color: #fc0;
	font-weight: bold;
}

.h-search {
	float: right;
	width: 20%;
	text-align: center;
}

.h-form {
	margin: 0 auto;
	margin-top: 20px;
	width: 70%;
	padding: 6px 15px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.h-input1 {
	float: left;
	width: 75%;
	font-size: 14px;
	color: #636363;
	padding-left: 15px;
}

.h-input2 {
	float: right;
	width: 23%;
	height: 23px;
	background: url(../images/search-tu.png) center right no-repeat;
}

/*====================middle====================*/


/*分类*/
.jg-proc-w {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 20px 0;
	background: url(../images/proc-bg.jpg);
}

.jg-proc {
	overflow: hidden;
	text-align: center;
}

.jg-proc li {
	position: relative;
	display: block;
	margin: 0.2%;
	float: left;
	width: 16.2%;
	height: 43px;
	border-radius: 20px;
	background-color: #2056ae;
	overflow: hidden;
}

.jg-proc li a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
	width: 100%;
	height: 43px;
	line-height: 43px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.jg-proc li::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 10;
	width: 0%;
	height: 43px;
	background-color: #009b40;
	opacity: 0;
	transition: all 0.3s ease-out;

}

.jg-proc li:hover::after {
	left: 0px;
	opacity: 1;
	width: 100%;
}



.jg-proc a:hover {
	background-color: #009b40;
	color: #fff;
}

.jg-proc-active {
	background-color: #009b40 !important;
	color: #fff !important;
}



/*标题*/
.tit01 {
	padding-top: 6px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.tit01 h2 {
	display: block;
	font-size: 45px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
}

.tit01 p {
	display: block;
	height: 42px;
	margin-top: 15px;
	font-size: 27px;
	letter-spacing: 1px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../images/titile-bga.jpg) top center no-repeat;
}

.tit01 span {
	display: block;
	margin-top: 12px;
	text-align: center;
	font-size: 18px;
	color: #565151;
}

.tit01 .zia {
	font-size: 35px;
	color: #313131;
	font-weight: bold;
}
.tit01 .linea{
	margin-top: 10px;
	width: 100%;
	height: 1px; 
	background-color: #efefef;
}
.tit01 .tit-line{ margin-top: 10px; width: 100%;height: 1px;background-color: #efefef;}

.tit02 {
	padding-top: 6px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.tit02 h2 {
	display: block;
	font-size: 35px;
	color: #ffb400;
	text-align: center;
	font-weight: bold;
}

.tit02 p {
	display: block;
	margin-top: 10px;
	position: relative;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
}

.tit02 span {
	display: block;
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.tit02 .zia {
	font-size: 35px;
	color: #ffb400;
	font-weight: bold;
}



/*分类*/
.xm-proc-w {
	padding: 15px 0px;
	width: 100%;
	height: auto;
	background: url(../images/bga.jpg) top center;
}

.xm-proc {
	text-align: center;
}

.xm-proc li {
	display: inline-block;
	padding-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 13%;
	box-sizing: border-box;
	overflow: hidden;
}

.xm-proc li:hover {
	/* padding-top: 10px; */
	box-shadow: 0px 5px 5px 5px #efefef;
	background-color: #ff2121;
	border-radius: 15px;
}

.xm-proc li .tua {
	margin: 0 auto;
	width: 90%;
	border-radius: 10px;
	border: 5px solid #ff2121;
	box-sizing: border-box;
	overflow: hidden;
}

.xm-proc li:hover .tua {
	width: 80%;
	border: 5px solid #fff;
	transform: rotateY(180deg);
}

.xm-proc li .tua img {
	width: 100%;
}

.xm-proc li h3 {
	display: block;
	margin-top: 5px;
	padding: 12px 0px;
	font-size: 18px;
	color: #2d2d2d;
	text-align: center;
	font-weight: bold;
}

.xm-proc li:hover h3 {
	color: #fff;
}



/*产品列表*/



/*产品列表*/
.pro-padd {
	padding: 8px;
}

.jl-pro {
	margin-bottom: 15px;
	/* border-radius: 15px; */
	overflow: hidden;
}

.jl-pro .tua {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.jl-pro .tua img {
	width: 100%;
	transition: all 0.3s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.jl-pro:hover .tua img {
	transition: all 0.4s ease-out;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.jl-pro .tua .uptiao {
	position: absolute;
	top: -100%;
	left: -100%;
	width: 250%;
	height: 100px;
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
	/* Opera */
	transition: all 0.8s ease-in-out;

}

.jl-pro:hover .tua .uptiao {
	top: 100%;
	left: 0%;
}

.jl-pro .pro-tit {
	border: 1px solid #efefef;
	padding: 15px 15px 20px 15px;
	background-color: #2056ae;
}

.jl-pro:hover .pro-tit {
	background-color: #2056ae;
}

.jl-pro .pro-tit a h3 {
	display: block;
	font-size: 20px;
	height: 42px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.jl-pro .pro-tit .morea a {
	display: none;
	margin: 0 auto;
	margin-top: 10px;
	padding: 6px;
	width: 45%;
	background-color: #fff;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.jl-pro .pro-tit p {
	display: block;
	margin-top: 2px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.jl-pro:hover .pro-tit a h3,
.jl-pro:hover .pro-tit .morea a,
.jl-pro:hover .pro-tit p {
	color: #fff;
}


.pro-bg {
	padding: 50px 0px 30px 0px;
	/*background: url(../images/pro-bg.jpg);*/
	/* background-color: #fcfbfb; */
	overflow: hidden;
}

.jy-pro {
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #666;
	background-color: #fff;
}

.jy-pro:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 0px;
	background-color: #1750a1;
	transition: all 0.3s ease-out;
}

.jy-pro:hover:before {
	height: 100%;
}

.jy-pro .tu {
	position: relative;
	z-index: 10;
	margin: 5px;
	height: auto;
	overflow: hidden;
}

.jy-pro .tu img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.jy-pro:hover .tu img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.jy-pro h3 {
	display: block;
	position: relative;
	z-index: 10;
	padding: 15px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: all 0.3s ease-out;
}


.jy-pro .linea {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 50px;
	height: 2px;
	background-color: #666;
	transition: all 0.3s ease-out;
}

.jy-pro p {
	display: block;
	padding: 0px 15px;
	position: relative;
	z-index: 10;
	height: 40px;
	font-size: 14px;
	color: #666;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease-out;
}

.jy-pro .more {
	display: block;
	position: relative;
	z-index: 10;
	margin: 15px auto;
	padding: 5px;
	width: 30%;
	background-color: #1750a1;
	text-align: center;
	font-size: 15px;
	color: #fff;
	transition: all 0.3s ease-out;
}

.jy-pro:hover .more {
	background-color: #ffd101;
	color: #333;
}


.jy-pro:hover h3,
.jy-pro:hover p {
	color: #fff;
}

.jy-pro:hover .linea {
	background-color: #fff;
}

/*end 产品列表*/

/*内页左侧*/
.ny-l01 {
	float: left;
    width: 270px;
}
.ny-r01 {
    margin-left: 300px;
    overflow: hidden;
}
.ny-l-fenlei{
  padding:20px 15px 50px 15px;
  background-color: #2056ae;
  border-radius: 15px;
}
.ny-l-fenlei .ny-fl-tit{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ny-l-fenlei .line01{
  margin:0 auto;
  margin-top: 15px;
  width: 60%;
  height: 5px;
  background-color: #fff;
}
.ny-fenlei1{
  height: auto;
  overflow: hidden;
}
.ny-fenlei1 dt a{
  display: block;
  margin:15px 0px;
  width: 100%;
  height: 30px;
  background-color: #fbe000 ;
  font-size: 17px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 20px;
}
.ny-fenlei1 dd a{
  display: block;
  padding:3px;
  width: 100%;
  border-bottom:1px dashed #5084b5;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 20px;
}
.ny-fenlei1 dd a:hover{
  background-color: #039de5;
  color: #fff;
}
.ny-fenlei1-hover{
  background-color: #ea8b11 !important;
  color: #fff !important;
}
/*首页左侧联系我们*/
.left-cont{
  margin-top: 20px;
}
.left-cont h2{
  display: block;
  padding:5px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.left-cont p{
  display: block;
  padding:15px 15px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  background-color: #fff;
  letter-spacing: 0px;
}

.part1-l {
	background-color: #2056ae;
	padding: 50px;
	text-align: right;
}

.part1-l p {
	display: block;
	text-align: right;
	font-size: 43px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.part1-l p font {
	font-size: 43px;
	color: #fffc00;
	font-weight: bold;
}

.part1-l span {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.part-r {
	background-color: #7fcd3c;
	padding: 25px 50px;

}

.part-r p {
	display: inline-block;
	font-size: 43px;
	color: #fffc01;
	font-weight: bold;
	text-shadow: 2px 2px 2px #333;
	vertical-align: middle;

}

/*简介*/
.about-list {
	background-color: #7fcd3c;
	padding: 26px 0px 95px 0px;
	overflow: hidden;
}

.about-ys {
	text-align: center;
}

.about-ys li {
	display: inline-block;
	width: 24%;
	vertical-align: middle;
}

.about-ys li img {
	display: block;
	margin: 0 auto;
}

.about-ys li p {
	display: block;
	text-align: center;
	font-size: 26px;
	color: #fff;
}

.about-ys li span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.about-ys .linea {
	display: inline-block;
	height: 56px;
	width: 1px;
	background-color: #fff;
	vertical-align: middle;
}

.abotu-w {
	margin-top: -60px;
	background-color: #f0f0f0;
	padding: 54px 70px;
	overflow: hidden;
}

.about-tu {
	float: left;
	width: 562px;
	height: 386px;
	border: 8px solid #d2d2d2;
	box-sizing: border-box;
}

.about-tu img {
	width: 100%;
	display: block;
}

.about-cont {
	margin-left: 630px;
}

.about-cont .ab-tit {
	margin-bottom: 20px;
}

.about-cont .ab-tit h3 strong {
	display: block;
	font-size: 36px;
	color: #262626;
	font-weight: bold;
}

.about-cont .ab-tit p {
	margin-top: 10px;
	display: block;
	font-size: 26px;
	color: #262626;
}

.about-nr {
	width: 100%;
	height: 203px;
	overflow: hidden;
}

.about-nr p {
	font-size: 15px;
	color: #262626;
	line-height: 170%;
}

.about-more a {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 30px;
	background-color: #7fcd3c;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
}

.about-pro {
	margin-top: 50px;
	text-align: center;
}

.about-pro li {
	display: inline-block;
	margin-right: 40px;
	float: left;
	padding-bottom: 13px;
	width: 48%;
	background-color: #fff;
	overflow: hidden;
}

.about-pro li:last-child {
	margin-right: 0px;
}

.about-pro li .left-nr {
	float: left;
	margin-left: 35px;
	width: 240px;
	text-align: left;
}

.about-pro li .left-nr .about-ptit {
	margin-top: 19px;
}

.about-pro li .left-nr .about-ptit p {
	font-size: 25px;
	color: #282828;
	font-weight: bold;
}

.about-pro li .left-nr .about-ptit span {
	display: block;
	margin-top: 12px;
	font-size: 15px;
	color: #282828;
}

.ab-protu {
	text-align: center;
	margin-top: 20px;
}

.ab-protu .pro-tu {
	display: inline-block;
	width: 32%;
}

.ab-protu .pro-tu img {
	display: block;
	margin: 0 auto;
}

.ab-protu .pro-tu p {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #282828;
}

.about-pro li .right-nr {
	margin-left: 310px;
	margin-top: 19px;
	margin-right: 20px;
}

.about-pro li .right-nr img {
	width: 100%;
}

/*优势*/
.ys-bg {
	width: 100%;
	height: 702px;
	background: url(../images/ys-bga.jpg) top center no-repeat;
}

.ys-bta {
	margin-top: -37px;
	padding: 33px 20px 70px 20px;
	float: left;
	width: 187px;
	height: 244px;
	background: url(../images/ys-tit-bg.jpg) top center no-repeat;
}

.ys-bta p {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.ys-bta span {
	display: block;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.ys-bta h2 {
	margin-top: 70px;
	display: block;
	font-size: 29px;
	color: #fff;
	font-weight: bold;
}

.ys-bta .linea {
	display: block;
	margin-top: 15px;
	width: 33px;
	height: 3px;
	background-color: #fff;
}

.ys-r {
	margin-left: 253px;
	padding-top: 120px;
	overflow: hidden;
}

.gonghuo {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}

.gonghuo-l {
	float: left;
	padding: 43px 37px;
	width: 368px;
	height: auto;
	background-color: #e89805;
}

.gonghuo-l .zia {
	display: block;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.gonghuo-l .linea {
	margin-top: 13px;
	margin-bottom: 15px;
	width: 25px;
	height: 3px;
	background-color: #fff;
}

.gonghuo-l .tua {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	overflow: hidden;
}

.gonghuo-l .tua img {
	width: 100%;
}

.gh-list {
	padding: 20px 0px;
}

.gh-list li {
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	width: 49%;
}

.gh-list li p {
	font-size: 18px;
	color: #fff;
}

.gh-more a {
	display: inline-block;
	margin-top: 15px;
	background-color: #313131;
	padding: 8px 30px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.gonghuo-r {
	margin-left: 368px;
}

.gonghuo-r li {
	float: left;
	padding: 37px;
	width: 33.3%;
	border: 1px solid #eeeeee;
}

.gonghuo-r li:hover {
	background-color: #10905d;
}


.gonghuo-r li p {
	display: block;
	font-size: 20px;
	color: #10905d;
	font-weight: bold;
}

.gonghuo-r li .lineb {
	display: block;
	margin: 12px 0px;
	width: 28px;
	height: 3px;
	background-color: #10905d;
}

.gonghuo-r li span {
	display: block;
	width: 100%;
	height: 79px;
	font-size: 14px;
	line-height: 150%;
	color: #1b1b1b;
	overflow: hidden;
}

.gonghuo-r li a {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background-color: #10905d;
}

.gonghuo-r li:hover p,
.gonghuo-r li:hover span {
	color: #fff;
}

.gonghuo-r li:hover .lineb {
	background-color: #fff;
}

.gonghuo-r li:hover a {
	background-color: #fff;
	color: #10905d;
}

.case-w {
	margin: 0 auto;
	width: 100%;
	height: 690px;
	/* background: url(../images/5.jpg) top center no-repeat; */
	overflow: hidden;
}

/*新闻*/
.news-tit {
	padding: 60px 45px;
	background: url(../images/news-bga.jpg) top center no-repeat;
}

.news-tit span {
	display: block;
	font-size: 31px;
	color: #333;
	font-weight: bold;
}

.news-tit .linea {
	display: block;
	margin: 15px 0px;
	overflow: hidden;
}

.news-tit .lineb {
	float: left;
	width: 37px;
	height: 3px;
	background-color: #1f57ae;

}

.news-tit .linec {
	float: left;
	width: 85px;
	height: 3px;
	background-color: #7fcd3c;
}

.news-tit h2 {
	display: block;
	margin-top: 15px;
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.news-tit a {
	display: inline-block;
	margin-top: 300px;
	padding: 10px 25px;
	background-color: #7fcd3c;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}


.news-li {
	padding: 30px;
	border: 3px solid #eeeeee;
	box-sizing: border-box;
}

.news-li:hover {
	border: 3px solid #7fcd3c;
}

.news-li span {
	display: block;
	font-size: 17px;
	color: #2c2727;
	font-weight: bold;
}

.news-li a h3 {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: #2c2727;
	font-weight: bold;
	height: 50px;
	line-height: 150%;
	overflow: hidden;
}

.news-li .linea {
	margin: 22px 0px;
	width: 47px;
	height: 5px;
	background-color: #7fcd3c;
}

.news-li:hover .linea {
	width: 100%;
}

.news-li p {
	display: block;
	width: 100%;
	height: 96px;
	font-size: 15px;
	color: #2c2727;
	line-height: 170%;
	overflow: hidden;
}

.news-li .tua {
	margin-top: 40px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-li .tua img {
	width: 100%;
}

/*品鉴*/
.swiper-container-pj {
	margin: 0 auto;
	width: 85%;
	height: 440px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-container-pj .swiper-slide {
	text-align: center;
	font-size: 18px;
	color: #fff;
	/* background-color: #00347B; */
	/* height: calc((100% - 30px) / 2); */
	height: auto;


	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-pj {
	padding: 15px 0px;
	width: 100%;
	text-align: center;
}

.swiper-pagination-pj .swiper-pagination-bullet {
	background-color: #333;
	margin: 0px 4px;
	width: 100px;
	height: 3px;
	border-radius: 0px;
}

.th-pj {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.th-pj .tua img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.th-pj:hover .tua img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

/*展会*/
.zhanhui {
	padding: 8px;
}

.zhanhui .tua {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.zhanhui .tua .zh-logo {
	position: absolute;
	z-index: 10;
	bottom: 50%;
	left: 50%;
	margin-bottom: -150px;
	margin-left: -150px;
	opacity: 0;
}

.zhanhui .tua .zh-logo img {
	width: 300%;
}

.zhanhui:hover .tua .zh-logo {
	opacity: 1;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.zhanhui:hover .tua .zh-logo img {
	width: 100px;
}

.zhanhui .tua img {
	width: 100%;
}

.zhanhui .tita {
	padding: 15px;
	background-color: #333;
}

.zhanhui .tita a h3 {
	display: block;
	padding: 10px 0px;
	font-size: 17px;
	color: #fff;
	text-align: center;
}

.zhanhui .tita p {
	display: block;
	padding: 0px 15px 15px 15px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.zhanhui:hover .tita {
	background-color: #009b40;
}

.zhanhui:hover .tita a h3,
.zhanhui:hover .tita p {
	color: #fff;
}

/*简介*/





/*应用*/
.project_area {
	overflow: hidden;
}

.project_item {
	margin-bottom: 20px;
	position: relative;

	&:before {
		content: "";
		background: rgba(255, 255, 255, .8);
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		opacity: 0;
		@include transition;
	}

	img {
		width: 100%;
	}

	.hover_text {
		position: absolute;
		left: 0px;
		width: 100%;
		text-align: center;
		bottom: 15px;
		@include transition;

		h4 {
			color: $dip;
			font-size: 24px;
			line-height: 30px;
			text-transform: uppercase;
			margin-bottom: 10px;
		}

		.cat {
			a {
				color: $dip;
				margin-right: 8px;
				font-size: 14px;
				font-family: $ral;
				position: relative;

				&:before {
					content: "/";
					position: absolute;
					right: -10px;
					top: 50%;
					transform: translateY(-50%);
				}

				&:last-child {
					margin-right: 0px;

					&:before {
						display: none;
					}
				}
			}
		}

		.main_btn {
			line-height: 0px;
			height: 0px;
			opacity: 0;
		}
	}

	&:hover {
		&:before {
			opacity: 1;
		}

		.hover_text {
			bottom: 35px;

			.main_btn {
				height: 100%;
				line-height: 48px;
				opacity: 1;
				margin-top: 22px;
			}
		}
	}
}

/**/
.main_btn {
	padding: 0px 40px;
	background: #009b40;
	z-index: 2;
	display: inline-block;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	border: 1px solid #009b40;
	border-radius: 5px;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.main_btn:hover {
	color: #009b40;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.main_btn2 {
	display: inline-block;
	background: #f9f9ff;
	padding: 0px 45px;
	color: #000000;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 48px;
	border-radius: 5px;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-align: center;
	border: 1px solid #dddddd;
	cursor: pointer;
	-webkit-transition: color 0ms linear;
	-o-transition: color 0ms linear;
	transition: color 0ms linear;
}

.main_btn2:hover {
	background-image: -moz-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
	background-image: -webkit-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
	background-image: -ms-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(115, 73, 251, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(115, 73, 251, 0.3);
	color: #fff;
}

.submit_btn {
	width: auto;
	display: inline-block;
	background: #fe0000;
	padding: 0px 50px;
	color: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 50px;
	border-radius: 5px;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.submit_btn:hover {
	color: #fff;
}

.white_btn {
	display: inline-block;
	background: #f9f9ff;
	padding: 0px 32px;
	color: #000000;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	border-radius: 5px;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	-webkit-box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}

.white_btn:hover {
	color: #000000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.banner_btn {
	padding: 0px 38px;
	line-height: 48px;
	background: #fe0000;
	color: #fff;
	display: inline-block;
	border: 1px solid #fe0000;
	border-radius: 5px;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.banner_btn:hover {
	color: #fe0000;
	background: transparent;
}

.banner_btn2 {
	padding: 0px 36px;
	line-height: 48px;
	background: #f9f9ff;
	color: #000000;
	display: inline-block;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.banner_btn2:hover {
	color: #fff;
	background: #fe0000;
	border-color: #fe0000;
}


/* Project Area css
============================================================================================ */
.project_area {
	overflow: hidden;
}

.project_item {
	position: relative;
	border-bottom: 6px solid #333;
}

.project_item:before {
	content: "";
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.project_item img {
	width: 100%;
}

.project_item .hover_text {
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	bottom: 0px;
	background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #fff);
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.project_item .hover_text h4 {
	color: #000000;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0
}

.project_item .hover_text .cat a {
	display: block;
	color: #000000;
	margin-right: 8px;
	font-size: 14px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	position: relative;
}

.project_item .hover_text .cat a:before {
	content: "/";
	position: absolute;
	right: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.project_item .hover_text .cat a:last-child {
	margin-right: 0px;
}

.project_item .hover_text .cat a:last-child:before {
	display: none;
}

.project_item .hover_text .main_btn {
	line-height: 0px;
	height: 0px;
	opacity: 0;
}

.project_item:hover:before {
	opacity: 1;
}

.project_item:hover .hover_text {
	padding-bottom: 35px;
}

.project_item:hover .hover_text .main_btn {
	height: 100%;
	line-height: 48px;
	opacity: 1;
	margin-top: 22px;
}

/*====================end middle====================*/
/*====================foot====================*/
.foot-w {
	padding-top: 58px;
	width: 100%;
	height: auto;
	background-color: #323232;
	overflow: hidden;
}

.foot-l {
	float: left;
	width: 30%;
	overflow: hidden;
}

.foot-l .lx-cont {
	margin-top: 50px;
	font-size: 15px;
	color: #b6b6b6;
	line-height: 170%;
}

.foot-l .lx-cont p .foot-l .lx-cont p a,
.foot-l .lx-cont p strong {
	font-size: 15px;
	color: #b6b6b6;
	line-height: 170%;
}

.foot-one {
	float: left;
	margin-left: 3%;
	width: 25%;
}

.foot-twe {
	float: left;
	width: 17%;
}


.foot-tit h3 {
	display: block;
	margin: 15px 0px;
	font-size: 18px;
	color: #fff;
}

.foot-tit .linea {
	margin: 15px 0px;
	width: 25px;
	height: 3px;
	background-color: #e91b00;
}

.foot-proc {
	margin-top:40px;
}

.foot-proc a {
	float: left;
	display: inline-block;
	width: 48%;
	padding-bottom: 5px;
	font-size: 15px;
	color: #b6b6b6;
}

.foot-menu {}

.foot-menu a {
	float: left;
	display: inline-block;
	width: 50%;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
}
.foot-linea{
	float: left;
	margin:0px 2%;
	height: 295px;
	border-right:1px solid #4b4b4b;
}

.foot-ewm {
	float: left;
	width: 20%;
	text-align: center;
}
.foot-ewm li{
	float: left;
	width: 50%;
	overflow: hidden;
}

.foot-ewm li img {
	width: 90%;
	margin: 0 auto;
}

.foot-ewm li p {
	display: block;
	padding: 20px 0px;
	font-size: 15px;
	color: #b6b6b6;
	text-align: center;
}
.foot-lineb{
	display: block;
	width: 100%;
	height: 1px;
	
}

.f-bq {
	margin-top: 36px;
	padding:25px 0px 50px 0px;
	border-top:1px solid #474747;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #b6b6b6;
}
.f-bq-l{
	float: left;
	width: 70%;
}

.f-bq-l p strong,
.f-bq-l p,
.f-bq-l p a,
.f-bq-r p,
.f-bq-r p a,
.f-bq-r p strong{
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.f-bq-r{
	float: right;
	width: 30%;
}

/*end foot*/
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f60e0e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

@media only screen and (max-width: 1400px){
	.top-phone img{width: 100%;}
	
	.header-nav .nav-list>li>a{padding:0px 5px;}

	.h-form{display: none;}
	.top-logo{width: 76%;}
	.h-tphone{width: 22%;}

	.part1-l p{font-size: 40px;}
	.part1-l p font{font-size: 40px;}
	.gonghuo-r li{padding:20px 20px;}
	.gonghuo-r li span{height: 110px;}
}

@media only screen and (min-width: 1260px){
  /*#w-1200{width:100%}
  #w-1200-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}*/
  #w-top{width: 100%;}
  .pc-menu-bg{width: 100%;}



  
}

@media only screen and (max-width: 1260px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}
  .padding0-sm15{padding:0px 15px;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  .foot-w{padding:50px 15px 0px 15px;}
  
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  .part-r img{width: 150px;}
  .part-r p{font-size: 30px;}
  .part1-l p{font-size: 30px;}
  .part1-l p font{font-size: 30px;}
  .part1-l{padding:30px 40px;}
  .part1-l span{font-size: 12px; text-align: right;}


  .top-phone img{width: 100%;}
  .h-logo h1 img{width: 100%; margin-left: 0px;}
	
  .jg-proc{text-align: center;}
  .jg-proc li{width: 19%; margin:5px 0.5%; display: inline-block;}
  .jg-proc li a{font-size: 20px;}

}

@media only screen and (max-width: 1200px){
	#w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}
  .header-nav{background:rgba(0,0,0,0.3);}
  .top-bg{position: relative; background-color: #085698;}
  .header-nav .nav-list>li{padding:7px 10px;}
  .about-tu{width: 48%;}
  .about-cont{width: 50%; margin-left: 0px; float: right;}
  .abotu-w{padding:15px;}
  .about-tu{height: auto;}
  .about-cont .ab-tit h3 strong{font-size: 26px; margin-top: 15px}
  .about-cont .ab-tit p{font-size: 20px;}
  .about-pro li{margin-right: 1%; float: none;}
  .gonghuo-l{width: 40%;}
  .gonghuo-r{float: left;margin-left: 0px; width: 60%;}
}

@media only screen and (max-width: 1060px){

	.h-tphone{display: none;}
	.top-logo{width: 100%;}
}

@media only screen and (max-width: 992px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}
  .padding0-sm15{padding:0px 15px;}
  .header-nav .nav-list>li{padding:7px 6px;}
  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}
  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  .part-r img{width: 60px;}
  .part-r p{font-size: 26px;}
  .part1-l p,.part1-l p font{font-size: 26px;}
  .part1-l{padding:30px 15px;}
  .about-pro li .left-nr .about-ptit p{font-size: 20px;}
  .about-pro li .left-nr{width: 43%; margin-left: 5%}
  .about-pro li .right-nr{width: 38%; float: right; margin-left: 0px;}
  .ab-protu .pro-tu img{width: 30px;}
  .ys-r{margin-left: 0px; width: 100%; padding-top: 15px;}
  .ys-bta{display: inline-block; width: auto; height: auto; overflow: hidden; background-repeat: repeat; padding:20px 20px 30px 20px;}
  .ys-bta h2{margin-top: 15px;}
  .ys-bta p{display: inline-block;}
  .ys-bta span{display: inline-block;}
  .ys-bg{background-position: right;}
  .foot-w{padding:25px 15px;}
  .foot-one{width: 41%;}



  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
	
	/*标题*/
  .tit1 p{font-size: 15px;}
  .tit1 h2{font-size: 25px; letter-spacing: 3px;}

  .tit02 p{font-size: 14px;}
  .tit02 span{font-size: 10px;}

  


}



/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .w-1260{width:100%;}
  .w-1260-1{width:100%;}
  #w-70{width: 100%;}
  #w-80{width: 100%;}
  #w-90{width: 100%;}
  #pro-w{width: 100%;}
  #w-top{width: 100%;}
  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
  .ny-r01{width: 100%; margin-left: 0px; padding:15px;}

  .h-logo img{margin-left: 15px; width: 50px;}
  .h-company h1{font-size: 27px; margin-top: -15px;}
  .h-company{margin-left: 88px; float: none;border-right:none;}
  .h-company p{display: none;}
  .h-tfanwei p{color: #fffc00; display: block;padding-left: 80px; margin-top: -10px;}
  .part1-l p, .part1-l p font{font-size: 20px;text-align: center;}
  .part1-l span{text-align: center;}
  .part1-l{padding:15px;}
  .about-pro li{width: 100%; margin-bottom: 15px;}
  .about-tu{width: 100%;}
  .about-cont{width: 100%;}
  .about-pro li .left-nr .about-ptit p{font-size: 17px;}
  .gonghuo-l{width: 100%; padding:15px 25px; }
  .gonghuo-r{width: 100%;}
  .gonghuo-l .tua{width: 45%;float: left;}
  .gh-list{width: 51%; float:right; padding:0px;}
  .ys-bg{height: auto; background-repeat: repeat;}
  .gh-list li p{font-size: 15px;}
  .gonghuo-r li{width: 50%;}
  .news-tit a{margin-top: 20px}
  .foot-l{width: 100%; margin-bottom: 15px;}
  .foot-l img{width: 100%;}
  .foot-ewm img{width:90%;display: block; margin:0 auto;}
  .foot-ewm{width: 40%; margin:0 auto; margin-top: 15px; text-align: center; float: none;}
  .f-bq{padding:25px 0px 0px 0px; margin-top:10px;}
  .foot-ewm p{padding:8px 0px;}
  .foot-l .lx-cont{margin-top: 15px;}
  .f-bq-l{width: 100%; text-align: center;}
  .f-bq-r{width: 100%; text-align: center;}
  .f-bq-l p,
  .f-bq-r p{
  	text-align: center;
  }


  
  .padding0-sm15{padding:15px;}
  .tit01 .zia{font-size: 26px;}
  .tit01 p{ display: inline-block; padding:0px 15px 4px 15px;  background-image: none; background-color: #fe0000;font-size: 18px;}
  .tit01 span{font-size: 14px; padding:0px 10px;}
  .tit01 h2{font-size: 26px; letter-spacing: 1px;}
  
  .jg-proc li{width: 48%; margin:5px 1%; display: inline-block;}
  .jg-proc li a{font-size: 18px;}
  
  .jl-pro .pro-tit p{font-size: 14px; display: none;}
  .jl-pro .pro-tit a h3{font-size: 20px;}
  .jl-pro .pro-tit .morea a{font-size: 14px;}
  .zhanhui .tita p{display: none;}

  .swiper-pagination-pj .swiper-pagination-bullet{
  	width: 5px;height: 5px;
  }
  .case-w{height: auto;}

  .pro-bg{padding:20px 15px 20px 15px;}
  .jl-pro .pro-tit{padding:10px;}
  .jl-pro{margin-bottom:0px;}
  .about-ys li{width: 23%;}
  .about-ys li p{font-size: 15px;}
  .about-ys li img{width: 30px;}
  .about-ys li span{font-size: 10px;}
  .about-list{padding:10px 0px 50px 0px;}
  .about-ys{overflow: hidden;}

  
  
  

/*标题*/
.ny-tit01 h2{font-size: 26px;}
.ny-tit01 span{font-size: 14px; padding:0 15px;}
/*其它*/
.search-p{padding:0px 15px; width: 90%; text-align: center; margin:0 auto;}


 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}

 
 
}
